2008-03-18 Tor Lillqvist <tml@novell.com>
* tests/Makefile.am: Build testmountoperation only on Unix for now.
svn path=/trunk/; revision=19895
+2008-03-18 Tor Lillqvist <tml@novell.com>
+
+ * tests/Makefile.am: Build testmountoperation only on Unix for now.
+
2008-03-17 Christian Kellner <gicmo@gnome.org>
Implement GtkMountOperation, a subclass of GMountOperation
textbuffertest_DEPENDENCIES = $(TEST_DEPS)
textbuffertest_LDADD = $(LDADDS)
textbuffertest_SOURCES = textbuffertest.c pixbuf-init.c
+if OS_UNIX
+TEST_PROGS += testmountoperation
+endif
noinst_PROGRAMS = $(TEST_PROGS) \
simple \
testinput \
testmenus \
testmenubars \
- testmountoperation \
testmultidisplay \
testmultiscreen \
testnotebookdnd \